home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / mac / oztex / oztex.hqx / Help-files / Problems < prev    next >
Text File  |  1995-01-25  |  5KB  |  80 lines

  1. Known Problems
  2. ==============
  3.  
  4. Ñ Because there is no integrated editor, you must remember to save your
  5.   input file before typesetting it with OzTeX.
  6.  
  7. Ñ TeX doesn't like spaces in file names, so avoid them.  If you forget this
  8.   and try to run TeX on a file called "my story.tex" then TeX will complain
  9.   that it can't find "my.tex".  In general, it is a good idea to stick to
  10.   alphanumeric characters in TeX file names (with just the one ".").
  11.  
  12. Ñ If you use dvips then do NOT create TeX file names with "*", "~" or "/".
  13.   OzTeX doesn't care, but dvips has a Unix heritage and these characters
  14.   have special meanings which will prevent dvips reading the file.  If you
  15.   really need some sort of separating character then "-" is a safe choice.
  16.  
  17. Ñ Replacing all your PK files with commercial PostScript fonts like CM/PS
  18.   or Lucida can have some disadvantages, particularly if you have no way of
  19.   permanently storing such fonts in your printer.  Lots of downloaded fonts
  20.   will result in slower printing times, and saved PostScript files can
  21.   become very large (you can easily fill up a floppy).  Your printer will
  22.   also need plenty of memory.
  23.  
  24. Ñ If "Page Setup" is used to select a scale other than 100% and the standard
  25.   print dialog is used to print a DVI file, then OzTeX will report incorrect
  26.   values for the paper width and height, and any page-off-paper amounts will
  27.   be wrong.  I know why this occurs but I don't know a safe way to fix it!
  28.  
  29. Ñ There are some problems with printing under QuickDraw GX.  OzTeX's low-level
  30.   code for sending PostScript cannot be used with a GX print driver, so you'll
  31.   get an error message if you try to use "Send PostScript...".  You must also
  32.   tick "Use Standard PostScript" to be able to print DVI and text files.
  33.  
  34. Ñ There are some limitations when printing on an ImageWriter:
  35.   - Landscaped printing is not allowed in Draft mode.
  36.   - Text file output will have poor horizontal spacing in Draft mode.
  37.   - Draft mode printing of a DVI file is only allowed at 72 or 144 dpi.
  38.   - When printing a DVI file at 72 or 144 dpi you cannot use Faster mode.
  39.  
  40. Ñ Scaling problems can occur when printing a DVI file on a non-PostScript
  41.   printer at a resolution that does not match the actual printer's resolution.
  42.   OzTeX prints a page by sending a sequence of horizontal bands to the printer.
  43.   The number of bands depends on how much memory is available (the band height
  44.   is displayed when showing statistics).  Scaling problems are particularly
  45.   noticeable at band boundaries but they can be minimized by bumping up OzTeX's
  46.   memory to a suitably large value so that only one large band is needed.
  47.  
  48. Ñ OzTeX converts a PICT \special file into a black and white bitmap for
  49.   previewing and printing, so you won't see any colours.
  50.  
  51. Ñ When previewing a \special picture you might sometimes notice missing
  52.   black pixels at the bottom of the bitmap, particularly at "Full View".
  53.   This is due to the scaling algorithm used by the Mac's CopyBits routine.
  54.   The same effect can also occur when viewing scaled characters from a PK font.
  55.   The "missing" pixels will appear at some stage as you zoom in.
  56.  
  57. Ñ Under System 7, OzTeX supports aliased files, but NOT aliased folders.
  58.   (OzTeX would have to check every folder component in every given path name.
  59.   This would slow the search for TFMs, PKs, etc., and would increase the
  60.   likelihood of truncated path names.)
  61.  
  62. Ñ When loading a config file, OzTeX replaces a path like ":TeX-fonts:*"
  63.   with the expanded paths for all sub-folders in TeX-fonts, but only to a
  64.   depth of one level (it does not attempt to look for sub-folders within
  65.   sub-folders).  This is a deliberate design decision.  It is important that
  66.   you think a little bit about how to store fonts and other files that OzTeX
  67.   will search for.  It is NOT a good idea to have lots of long path names
  68.   in a search list; searching will take longer and there's an increased
  69.   chance of path name truncation.
  70.  
  71. Ñ Avoid selecting config files like "View CM using PS" or "Add CM/PS Fonts"
  72.   more than once in succession.  They ADD their fonts to the current list
  73.   (via "=+") and OzTeX makes no attempt to check for duplicate font entries.
  74.   To do so would significantly slow down the loading of such config files.
  75.   There is no real harm in making such a mistake; you'll just be wasting a
  76.   bit of memory (which is freed the next time a config with "==" is loaded).
  77.  
  78. Ñ OzTeX cannot recover gracefully from certain errors like "Disk is full"
  79.   or "Sorry, not enough memory", so you are forced to quit the program.
  80.